home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / lib / xconq / deathray.b < prev    next >
Text File  |  1995-07-02  |  227b  |  8 lines

  1. #define deathray_width 16
  2. #define deathray_height 16
  3. static short deathray_bits[] = {
  4.    0x0001, 0x0002, 0x0004, 0x0008,
  5.    0x0011, 0x0026, 0x0058, 0x00e0,
  6.    0xffff, 0x00c0, 0x0070, 0x002c,
  7.    0x0013, 0x0008, 0x0004, 0x0002};
  8.